Q3Pick_EmptyHitList
You can use theQ3Pick_EmptyHitList
function to empty a pick object's hit list.
TQ3Status Q3Pick_EmptyHitList (TQ3PickObject pick);
pick
- A pick object.
DESCRIPTION
TheQ3Pick_EmptyHitList
function disposes of all QuickDraw 3D-allocated memory occupied by the hit list associated with the pick object specified by thepick
parameter. (This memory is also disposed of when the specified pick object is disposed of.)Q3Pick_EmptyHitList
also sets the hit count of the specified pick object to 0.